home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / dev / lang / sofa.lha / sofa / smalleiffel / misc / THANKS.txt < prev    next >
Text File  |  2000-03-25  |  8KB  |  144 lines

  1.  
  2.                           SmallEiffel Contributors
  3.                                       
  4.    *** Frank ARNAUD: bug report of test_tag1.e. Reported a problem with
  5.    Windows NT / Microsoft C / empty struct. Reported a bug about
  6.    renaming/redefinition of Eiffel externals. New maintainer of the
  7.    Eiffel FAQ.
  8.    *** Eric BEZAULT: lots of really good (short!) bug reports:
  9.    rename/select, statically computed expressions, weird uses of
  10.    inheritance clause, insisted to give SmallEiffel a -case_insensitive
  11.    flag...
  12.    *** Xavier CREGUT: has been using SmallEiffel for a long time. Many
  13.    bug reports. Reported in a very small program a tricky bug dealing
  14.    with inheritance/genericity and VNCG rule.
  15.    *** Geoff Eldridge: since many years, Geoff is one of the best
  16.    SmallEiffel's supporter thanks to the excellent elj-win32
  17.    distribution. Keep up the good work Geoff ! As a sidenote, Geoff is
  18.    also the initial designer of the BASIC_TIME class.
  19.    *** Fabrice FRANCESCHI: initial sketch of the SmallEiffel Web site.
  20.    *** Enrico GOBBETTI: many (excellent) bug reports and many good
  21.    bug-fixes .
  22.    *** James GRAVES: initial design of exception handling, on which we
  23.    based our final implementation. Maintainer of SmallEiffel's RPMs for
  24.    RedHat Linux.
  25.    *** Alain LE GUENNEC: many well-isolated bug reports plus some very
  26.    good bug-fixes.
  27.    *** Philippe RIBET: fixed a bug in the ensure clause of
  28.    INTEGER/append_in_format. Optimized INTEGER/gcd. Prepared the first
  29.    precompiled DOS version. Debugging of class BIT_N. (Worked with
  30.    Antoine GUARRIGUES).
  31.    *** S.u.S.E. GNU/Linux: since mid-1998, the S.u.S.E. GNU/Linux
  32.    distribution is our main development OS. Indeed, we have already
  33.    received for free all versions from 4.3 to 6.2. Also note that
  34.    SmallEiffel The GNU Eiffel Compiler is part of the S.u.S.E. GNU/Linux
  35.    distribution. We are grateful to S.u.S.E for being very supportive to
  36.    us. We hope the S.u.S.E. GNU/Linux team will keep up the good work,
  37.    being succesful and providing us with free copies of their
  38.    distribution ;-)
  39.                     ___________________________________
  40.    
  41.    ** Cyril ADRIAN: fixed some bugs in STD_FILE_READ (read_character,
  42.    read_integer). Found bug of test_req2.e. Found problem with xor.
  43.    Author of spread_illness. Found a bug in character constants, etc.
  44.    (Worked with Antony LE LABOUSSE).
  45.    ** Reimer BEHRENDS: isolated a bug about once precomputed functions
  46.    and many other bugs.
  47.    ** Nigel BREE: fixed a tricky bug in the runtime stack. Improved
  48.    portability for Windows95/NT. Wrote the install script for
  49.    Windows95/NT.
  50.    ** Thierry DE CARVALHO: found a bug in inspect/when. Fixed a bug in
  51.    STD_FILE_READ.connect_to.
  52.    ** Emmanuel CECCHET: updates of the Linux executable. Found some bugs
  53.    in creation calls. Provided a lot of useful comments.
  54.    ** Valery CROIZIER: reported bugs (in very numerous mails :-).
  55.    Provided hints to optimize the C code.
  56.    ** Andre DOHERTY: used to maintain the SmallEiffel ready for OS2
  57.    version.
  58.    ** Antoine GUARRIGUES: worked with Philippe RIBET (see above).
  59.    ** Jean-Marc JEZEQUEL: reported some bugs on ARRAY inheritance.
  60.    Isolated a bug on VNCG. Beta testing.
  61.    ** Alexander KJELDAAS: fixed a bug in INSTALL.CSH. Reported a problem
  62.    with mixed rename/redefine and a problem with run time stack.
  63.    ** Philippe LAHIRE: reported some bugs with repeated inheritance.
  64.    Isolated some problems with select.
  65.    ** Antony LE LABOUSSE: worked with Cyril ADRIAN (see above).
  66.    ** Jean-Lin PACHERIE: many bug reports.
  67.    ** Marc SCALZOLARO: reported some bugs and added some tests for
  68.    expanded class types.
  69.    ** Fridtjof SIEBERT: for some well isolated bug reports.
  70.    ** Glen STONE: improved the type inference score as well as code
  71.    generation (more dispatch functions are now removed). Also sent some
  72.    good bug reports.
  73.    ** Brian STRELIOFF: reported some bugs. Gave me some good hints about
  74.    compatibility with C++ and warning messages of gcc.
  75.    ** Jerome THOEN: author of some (optimized) features to avoid memory
  76.    leaks.
  77.    ** Dan WILDER: uploads new versions of SmallEiffel to sunsite (for
  78.    Linux).
  79.    ** Alan Zimmerman: clear bug report with an excellent fix for the
  80.    exception trace. For one aspect, the problem was specific to the
  81.    CYGWIN compiler and its implementation of longjmp. The second bug was
  82.    related to the unwinding of exception trace immediately before a
  83.    polymorphic call.
  84.                     ___________________________________
  85.    
  86.    * Thomas AGLASSINGER: implementation of the low level C code to make
  87.    BASIC_DIRECTORY available on Amiga.
  88.    * Christophe ALEXANDRE: found a bug in REAL.put_real_format.
  89.    * Wilfried BERGER: done some tuning of the GC for Windows platforms.
  90.    * Oscar N. BRIA: reported a bug for mixed rename/redefine.
  91.    * Emmanuel BOUYER: was the first one to use SmallEiffel for his PhD
  92.    Thesis. He is also a good bug reporter.
  93.    * Robert W. Brewer: a good bug report about inlining of $ operator.
  94.    * Lars BRUECKNER: wrote some code for STD_FILE_READ.
  95.    * Romaric CHARTON: find two bugs in ifthenelse expression, and
  96.    argument checking of external feature.
  97.    * Grant CHESTON: reported a bug with attribute renaming.
  98.    * Frank CHIRON: fixed a bug in class BIT_N.
  99.    * Vincent CROIZIER: good work to fix the priority of operator infix
  100.    "^" and for Precursor implementation.
  101.    * Stephane D'ALU: added some features in STRING (split, ...). Reported
  102.    some bugs for class BIT.
  103.    * Oliver ELPHICK: fixed a bug in misc/INSTALL.SH and help us to make
  104.    our decision about Eiffel source distribution.
  105.    * Joel FAEDI: (not yet) solved some problems using gcc.
  106.    * Wai-Ming HO: many well-isolated bug reports.
  107.    * Brigitte JARAY: one of the first beta testing girls.
  108.    * Zahi Al JAMOUS: found a syntaxical bug, and some others. First
  109.    Lebanese user of SmallEiffel.
  110.    * Stephane JANTZEN: beta testing of externals.
  111.    * Patrice KHAWAM: reported some bugs.
  112.    * Mostefa KASSAB: reported a bug about deferred features.
  113.    * Frédéric LEJAL: provides us precompiled versions for several
  114.    platforms.
  115.    * Nicole LEVY: found some syntactical bugs producing a core dump.
  116.    * Masato MOGAKI: reported a bug with $ operator.
  117.    * Jean-Louis NeBUT: reported bug about renaming.
  118.    * Steve NORMAN: fixed a bug in floating-point constants.
  119.    * Francois PENNANEACH: a good bug report.
  120.    * Todd PLESSEL: a good bug report.
  121.    * Francois RAGUIN: isolated a bug of REAL.infix "^"
  122.    * Philippe REITZ: bug report dealing with inheritance.
  123.    * Christophe REMY: isolated a bug about argument passing.
  124.    * Claude SANCHEZ: allowed me to use some more memory (256Mb...) to be
  125.    able to do the very first bootstrap.
  126.    * Gregoire SCHNAKENBOURG: fixed a bug in REAL/DOUBLE keybord input.
  127.    * Adrian SIEBER: for some good bug reports.
  128.    * Brian STEFANISH: patch for assertion tags.
  129.    * John TYRREL: comments and some bug reports.
  130.    * Johannes WEHRLI: done some beta testing on VMS.
  131.    * Bruce WIELINGA: first author of SmallEiffel/lib_rand.
  132.    * Dietmar WOLZ: beta testing and information of SmallEiffel with
  133.    Boehm-Demers-Weiser garbage collector. Also gave me some hints to
  134.    optimize ARRAY add_last. Provided a very interesting benchmark
  135.    comparing SmallEiffel to other C/C++/Eiffel compilers.
  136.    
  137.                                    [Line]
  138.    Copyright © Dominique COLNET and Suzanne COLLIN - [1]<colnet@loria.fr>
  139.                   Last update: 24 september 1999, by DC. 
  140.  
  141. References
  142.  
  143.    1. mailto:colnet@loria.fr
  144.